Click or drag to resize

ExtendedPropertyId Constructor (Int32, Byte)

Initializes a new instance of the ExtendedPropertyId class.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ExtendedPropertyId(
	int id,
	byte[] guid
)

Parameters

id
Type: SystemInt32
The identifier.
guid
Type: SystemByte
The unique identifier.
See Also